NodeBox

Create visual output with Python programming code
Home Download Reference Tutorial Library Gallery About

Reference | nostroke()


Syntax
nostroke()

DescriptionDisables the current stroke color. All shapes, paths and text following this command will be drawn without a stroke (outline) color.


Example
stroke(0.2, 0.3, 0.5)
rect(10, 10, 20, 40)
nostroke()
rect(40, 10, 20, 40)